home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0828.ZIP / DEXPERT.ZIP / DEMO.DOC next >
Text File  |  1987-08-16  |  6KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.                                  dEXPERT 
  6.  
  7.                                Version 1.0 
  8.  
  9.  
  10.      This little system is one that can multiply like rabbits and, if 
  11. used to its greatest capacity, can have amazing power. It is simply a 
  12. way of creating a dBASE III Plus database file for storing texts which 
  13. can be used as training manuals or as an "expert" system for problem 
  14. solving and general reference. The main database structure is shown 
  15. below: 
  16.  
  17.  
  18. Structure for database: A:screens.trf 
  19. Number of data records:       0 
  20. Date of last update   : 02/05/87 
  21. Field  Field Name  Type       Width Dec 
  22.     1  LINE1       Character     77 
  23.     2  LINE2       Character     77 
  24.     3  LINE3       Character     77 
  25.     4  LINE4       Character     77 
  26.     5  LINE5       Character     77 
  27.     6  LINE6       Character     77 
  28.     7  LINE7       Character     77 
  29.     8  LINE8       Character     77 
  30.     9  LINE9       Character     77 
  31.    10  LINE10      Character     77 
  32.    11  LINE11      Character     77 
  33.    12  LINE12      Character     77 
  34.    13  LINE13      Character     77 
  35.    14  LINE14      Character     77 
  36.    15  LINE15      Character     77 
  37.    16  LINE16      Character     77  
  38.    17  LINE17      Character     77 
  39.    18  LINE18      Character     77 
  40.    19  PROMPT1     Character     77 
  41.    20  PROMPT2     Character     77 
  42.    21  PROMPT3     Character     77 
  43.    22  PROMPT4     Character     77 
  44.    23  RESPONSE1   Character      2 
  45.    24  LINKER1     Character      4 
  46.    25  RESPONSE2   Character      2 
  47.    26  LINKER2     Character      4 
  48.    27  RESPONSE3   Character      2 
  49.    28  LINKER3     Character      4 
  50.    29  RESPONSE4   Character      2 
  51.    30  LINKER4     Character      4 
  52.    31  RESPONSE5   Character      2 
  53.    32  LINKER5     Character      4  
  54.    33  RESPONSE6   Character      2 
  55.    34  LINKER6     Character      4 
  56.    35  RESPONSE7   Character      2 
  57.    36  LINKER7     Character      4 
  58.    37  RESPONSE8   Character      2 
  59.    38  LINKER8     Character      4 
  60.    39  RESPONSE9   Character      2 
  61.    40  LINKER9     Character      4 
  62.    41  RESPONSE10  Character      2 
  63.    42  LINKER10    Character      4 
  64.    43  TOPCOLOR    Character      4 
  65.    44  BELOWCOLOR  Character      4 ** Total **                    1763 
  66.  
  67.      The LINE and PROMPT fields are areas where the text itself is 
  68. stored. In the body of the LINE fields, you can either enter an 
  69. explanatory text or one that asks questions. The PROMPT fields can be 
  70. used for questions, or for mutiple choice answers to questions posed in 
  71. the LINE fields above. Each response has a number which is entered in 
  72. one of the RESPONSE fields below. Each response links the current screen
  73. to another screen in the database. The record number of that second 
  74. screen is stored in the LINKER field just below the response field. The 
  75. last two fields,TOPCOLOR and BELOWCOLOR, allow you to enter the standard 
  76. dBASE III Plus color codes to select the LINE and PROMPT field colors 
  77. for each individual screen. For example, to make the LINE fields of a 
  78. screen blue, and the PROMPT fields yellow, enter B in the TOPCOLOR 
  79. field, and GR+ in the BELOWCOLOR field. 
  80.  
  81.      To start up this program, fire up dBASE III Plus, place a diskette 
  82. containing these files in drive A, and type "DO TRAIMENU". A menu will 
  83. appear giving you two active choices. Select number 2,"View a Training 
  84. Database", and when you are shown the files available, type DEMO. A 
  85. short series of DEMO screens will appear as you respond to the 
  86. questions. Pretend you're confused at first and follow it through. When 
  87. you return to the menu, try creating your own screens. It's easy! 
  88. Although you're creating a dBASE DBF, each new file is given the 
  89. extension .TRF, which will not be recognized by any other program. 
  90.  
  91.      A final note: No,this is not by any means a true "expert" system. 
  92. There is no inference engine and it will never know any more than the 
  93. person who creates the text. But if one or more experts creates the 
  94. text, anyone who uses it can benefit, can learn, and can use it to make 
  95. decisions. 
  96.          
  97.                                         
  98.                                    Brian Corll
  99.                                    2/6/87
  100.  
  101.          ----------------end-of-author's-documentation---------------
  102.  
  103.                         Software Library Information:
  104.  
  105.                    This disk copy provided as a service of
  106.  
  107.                         The Public (Software) Library
  108.  
  109.          Disks in the P(s)L are updated monthly, so if you did not get
  110.          this disk  directly from the P(s)L,  you should be aware that
  111.          the files in this set may no longer be the current versions.
  112.          For a copy of the latest monthly software library newsletter
  113.          and a list of the 800+ disks in the library, call or write
  114.  
  115.                         The Public (Software) Library
  116.                               P.O.Box 35705 - F
  117.                            Houston, TX 77235-5705
  118.                       (713) 721-6104 or (713) 721-5205
  119.  
  120.          We are not the authors of this program, nor are we associated
  121.          with the author in any way other than as a distributor of the
  122.          program in accordance with the author's terms of distribution.
  123.  
  124.          Please direct shareware payments and specific questions about
  125.          this program to the author of the program, whose name appears
  126.          elsewhere in  this documentation. If you have trouble getting
  127.          in touch with the author,  we will do whatever we can to help
  128.          you with your questions. All programs have been tested and do
  129.          run.  To report problems,  please use the form that is in the
  130.          file PROBLEM.DOC on many of our disks or in other written for-
  131.          mat with screen printouts, if possible.
  132.  
  133.